﻿@charset "utf-8";
/* CSS Document */


.menu {position: relative; z-index: 100;  }
.left_menu { width: 242px; position: absolute; left: 0; top: 85px; }
.cat_title { width: 240px; height: 40px;border: 1px solid #a5a5a5; }
.cat_list { width: 240px; height: 500px; background: #444; display: none; border: 1px solid #a5a5a5; }
.cat_list ul { }
.cat_list ul li { width: 100%; /*height: 75px;*/ border-bottom: 1px dotted #ddd; padding: 5px 0; position: relative; }
.cat_list_title { width: 194px; margin: 0 auto; height: 28px; line-height: 28px; display: block; }
.cat_list_title a.cat_list_fir_a { padding-left: 36px; color: #fff; font-size: 15px; }
.cat_list_title a.cat_list_fir_a:hover { text-decoration: underline; }
.cat_list_a { width: 210px; height: 45px; margin: 0 auto; margin-top: 3px; overflow: hidden; }
.cat_list_a a { width: 68px; height: 22px; line-height: 22px; float: left; color: #fff; margin-left: 2px; }
.cat_list_a a:hover { text-decoration: underline; }
.ce_menu { width: 490px; height: 480px; background: #444; position: absolute; left: 240px; top: -1px; display: none; border-left: none; }
.ce_menu_content { width: 405px; height: 390px; margin: 0 auto; position: relative; top: 0px; }
.ce_menu_content dd { width: 100%; margin-top: 20px; padding-bottom: 20px; border-bottom: 1px dotted #ddd; }
.ce_menu_title { height: 25px; line-height: 20px; font-size: 17px; padding-left: 10px; color: #fff; }
.ce_menu_list { width: 100%; margin-top: 5px; }
.ce_menu_list a { padding: 0 10px; line-height: 25px; font-size: 13px; white-space: nowrap; display: inline; color: #fff; }
.ce_menu_list a:hover { text-decoration: underline; }

.menu_yuyue { width: 226px; height: 250px; background: url(../images/bg.png) repeat; position: absolute; right: 0; top: 140px; }
.menu_yuyue_content { width: 200px; margin: 0 auto; position: relative; top: 10px; }
.menu_yuyue_desc { width: 100%; height: 55px; font-size: 14px; line-height: 26px; }
.menu_yuyue_content ul { width: 100%; margin-top: 6px; }
.menu_yuyue_content li { width: 197px; height: 29px; position: relative; margin-bottom: 14px; }
.menu_yuyue_content li.sub_tip { color: #f00; width: 100%; height: 19px; line-height: 19px; vertical-align: top; }
.sub_tip { color: #f00; width: 100%; height: 19px; line-height: 19px; vertical-align: top; }
.y_text { width: 90%; height: 17px; line-height: 17px; padding: 5px 10px; background: #fff; border: 1px solid #ddd; outline: none; color: #999; font-family: '微软雅黑'; }
.y_select { width: 89px; height: 29px; border: 1px solid #ddd; background: #fff; outline: none; color: #999; float: left; display: inline; font-family: '微软雅黑'; }
.submit { width: 160px; height: 28px; background: #ea005f; font-size: 18px; text-align: center; line-height: 28px; cursor: pointer; border: none; border-radius: 5px; color: #fff; margin: 0 auto; display: block; font-family: '微软雅黑'; }

